-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH/SCP/SFTP protocol support #58
Conversation
Thanks a lot @val314159 ! @tmylk please review & prepare for merge. |
It looks much better than #44 |
I'm not really sure how to test this exactly.... how do i fake out an entire ssh server? |
Hi @val314159 , thank you for coming back to this! |
Ping @val314159, what's a status of this PR? |
ping @val314159, what's a status of this PR? |
I close because this PR is abandoned. |
@menshikh-iv looks like only some tests are missing here -- can you add that and merge? |
Need to finish this PR |
What's missing:
anything else missing @mpenkov ? |
Yes, linking against LGPL (without modifications) is fine. |
This would come in handy. |
Continued in #267 |
Uses paramiko library (nice and low level)
Solves: Issue #36